home *** CD-ROM | disk | FTP | other *** search
- LOG.COM Documentation Version 1.00 By Alan R. Cox
-
-
- This is a handy SIMPLE little program that I use to keep track
- of what and when I've done things on my system. It adds a
- single time-stamped text record to a system log file.
-
- The filename that this version was assembled for is "D:/SYS/SYSLOG".
- If this name doesn't suit you just look for it with the debugger and
- change it.
-
- Whatever comment is included on the command line follows the
- time stamp in the record that is appended to the file.
-
- Example:
-
- D> log Joe D. called about prob w/ v9.04 (CBT)
- D> log end of call
-
- Would result in the tail end of the syslog looking something like:
-
- ..................................................................
- :11-01-84 10:45:51 -----RESTART----- :
- :11-01-84 11:22:26 compile vects101.c :
- :11-01-84 11:25:32 edit io.asm :
- :11-01-84 11:34:41 assem io.asm :
- :11-01-84 11:39:54 edit log100.doc :
- :11-01-84 11:47:10 Joe D. called about prob w/ v9.04 (CBT) :
- :11-01-84 11:12:06 end of call :
- :................................................................:
-
- For my own use I have embedded calls to this utility in my
- AUTOEXEC.BAT file, editing, compilation and assembl